home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 6_functions / myservers < prev    next >
Text File  |  2001-03-21  |  575b  |  22 lines

  1. Synopsis:
  2.    $myservers([<arguments>])
  3.  
  4. Technical:
  5.    This function is used to retrieve a list of irc servers your client is
  6.    currently connected to. If given any arguments, returns a list of refnums
  7.    to all open servers.
  8.  
  9. Practical:
  10.    This function shows all of the servers you're currently connected to.
  11.    It's mostly useful for accounting purposes, though the output could
  12.    be used to modify the client's internal server list.
  13.  
  14. Returns:
  15.    list of servers currently connected to
  16.    or
  17.    list of refnums to those servers
  18.  
  19. See Also:
  20.    mychannels(6)
  21.  
  22.